home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
prset
/
calladdr.bat
next >
Wrap
DOS Batch File
|
1991-07-26
|
391b
|
12 lines
REM ------------------------------------------------------------
REM Note:
REM libEntry, sdllcew and libw are all supplied with the
REM Windows SDK and are required to build CallAddr.dll
REM ------------------------------------------------------------
cl -ASw -W2 -c -Gsw -Ow -Zp Calladdr.c
link calladdr libEntry,,,sdllcew libw, calladdr.def /Align:16
rc calladdr.dll